FolderItem.CreateBinaryFile Function

Creates a binary file of type FileType. Returns a BinaryStream.

Syntax

result = FolderItem.CreateBinaryFile( FileType )

Parameters

FileType

String

Return Value

Result

BinaryStream

Notes

FileType can be the name of a file type that was previously created using the FileType class or you can pass an empty string if you are not concerned about file types.